projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78cdf4c
)
* lisp/eshell/esh-mode.el (eshell-mode): Remove XEmacs compat code.
author
Stefan Kangas
<stefan@marxist.se>
Fri, 4 Dec 2020 09:57:04 +0000
(10:57 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 4 Dec 2020 09:57:07 +0000
(10:57 +0100)
lisp/eshell/esh-mode.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-mode.el
b/lisp/eshell/esh-mode.el
index e2ec7101f3dbdf2e15385147f42af34f11c37a14..81d0ec249c27a3505eff2467b68d44d46ee3b74b 100644
(file)
--- a/
lisp/eshell/esh-mode.el
+++ b/
lisp/eshell/esh-mode.el
@@
-325,10
+325,8
@@
and the hook `eshell-exit-hook'."
(setq auto-fill-function nil)
;; always display everything from a return value
- (if (boundp 'print-length)
- (setq-local print-length nil))
- (if (boundp 'print-level)
- (setq-local print-level nil))
+ (setq-local print-length nil)
+ (setq-local print-level nil)
;; set require-final-newline to nil; otherwise, all redirected
;; output will end with a newline, whether or not the source